body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 14px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

ol,
ul,
li {
	list-style: none
}

img {
	border: 0;
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	line-height: 1.6;
	min-width: 1200px;
}
img {
	border: 0;
}
a,
em {
	text-decoration: none;
	font-style: normal;
	cursor: pointer;
}

a:hover {
	color: #235aa6;
}

input::-webkit-input-placeholder {
	color: #a3a3a3;
}

input:-moz-placeholder {
	color: #a3a3a3;
}

input::-moz-placeholder {
	color: #a3a3a3;
}

input:-ms-input-placeholder {
	color: #a3a3a3;
}

.cl,
.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	height: 0px;
	width: 0px;
	clear: both;
	display: block;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.top{
	position: relative;
}
.header_main{
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
	width: 1200px;
	overflow: hidden;
}
.header_logo{
	float: left;
}
.header_nav{
	float: right;
	background-color: #fff;
	padding: 10px 0;
	overflow: hidden;
}
.header_nav a{
	float: left;
	font-size: 16px;
	color: #222;
	padding: 0 40px;
	border-right: 1px solid #ddd;
}
.header_nav a.header_on{
	color: #054586;
}
.header_nav a:last-child{
	border-right: none;
}




/*banner*/

.banner {
	width: 100%;
	height: 810px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.banner_img {
	width: 100%;
	height: 810px;
	position: absolute;
	left: 0;
	top: 0;
}

.banner_img li {
	width: 100%;
	height: 810px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	list-style: none;
}

.banner_list {
	height: 50px;
	top: 750px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.banner_list span {
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin: 0 5px;
}

.banner_list .spcss {
	width: 25px;
	border-radius: 5px;
}

.banner_left {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 50%;
	left: -60px;
	background-color: rgba(73, 72, 62, 0.2);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2;
	border-radius: 30px;
}

.banner_left:hover {
	background-color: rgba(73, 72, 62, 0.9);
}

.banner_right {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 50%;
	right: -60px;
	background-color: rgba(73, 72, 62, 0.2);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2;
	border-radius: 30px;
}

.banner_right:hover {
	background-color: rgba(73, 72, 62, 0.9);
}

.banner_left img {
	margin-top: 22px;
	width: 18px;
}

.banner_right img {
	margin-top: 22px;
	width: 18px;
}
.us{
	background: url(../images/us_bg.jpg) no-repeat center;
	padding: 95px 0;
}
.index-title{
	text-align: center;
	padding-bottom: 60px;
}
.index-title h3{
	font-size: 36px;
	color: #054586;
}
.index-title h3{
	
}
.us-mian{
	overflow: hidden;
}
.us-left{
	float: left;
	width: 363px;
}
.us-left img{
	width: 100%;
}
.us-right{
	float: right;
	width: 810px;
}
.us-right p{
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
}
.product{
	background: url(../images/product_bg.jpg) no-repeat center;
	padding: 95px 0;
}






/* 必要布局样式css */
.information-box {
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	background-size: 100% 100%;
}
.information-con {
	width: 1200px;
	margin: 0 auto;
}
.information-main {
}
.information-main-fl {
	width: 725px;
	/* overflow: hidden; */
	position: relative;
	margin-top: 30px;
}
.information-main-fr {
	overflow: hidden;
}
.prev {
	font-family: "宋体";
	display: block;
	position: absolute;
	z-index: 1;
	top: 110%;
	margin-top: -30px;
	left:40%;
	z-index: 1;
	width: 50px;
	height: 50px;
	background: url(../images/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 32px;
}
.prev:hover{
	color: #fff;
	background: rgba(0,0,0,.3);
}
.next {
	font-family: "宋体";
	display: block;
	position: absolute;
	z-index: 1;
	top: 110%;
	margin-top: -30px;
	right:40%;
	z-index: 1;
	width: 50px;
	height: 50px;
	background: url(../images/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 32px;
}
.next:hover{
	color: #fff;
	background: rgba(0,0,0,.3);
}
.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
	width: 523px;
}
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 523px;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
}
.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	border: 1px solid #7d7d7d;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px;
}
.information-main-fl .bd ul li {
	position: relative;
}
.information-main-fr .hd ul {
	font-size: 16px;
}
.information-main-fr .hd{
	background-color: #fff;
	float: left;
}
.information-main-fr .bd{
	background-color: #fff;
	background: url(../images/product_right.jpg) no-repeat;
	float: right;
	width: 725px;
	padding: 60px 40px;
	height: 599px;
}
.information-main-fr .hd ul li {
	cursor: pointer;
	list-style: none;
	color: #666;
	border: 1px solid #e5e5e5;
	border-top: 0;
	width: 300px;
	border-left: 0;
	padding: 30px;
}
.pro{display:none;}
.on .pro{
	display: block;
}
.pro-titile h3{
	font-size: 28px;
}
.pro-titile p{
	font-size: 16px;
}
.information-main-fr .hd ul .on h3 {
	color: #054586;
	font-size: 28px;
	border-bottom: 0;
}
.information-main-fr .hd ul .on .pro-titile p {
	color: #054586;
	border-bottom: 0;
	font-size: 16px;
}
.information-main-fr .hd ul .on .pro{
	background-color: #f6f6f6;
	margin-top: 15px;
	height: 186px;
}
.information-main-fr .hd ul .on .pro .pro-list{
	overflow: hidden;
	padding: 10px 0;
}
.information-main-fr .hd ul .on .pro .pro-list .pro-left{
	float: left;
	width: 80px;
	margin-left: 10px;
	font-size: 16px;
}
.information-main-fr .hd ul .on .pro .pro-list .pro-left img{
	width: 24px;
	vertical-align: middle;
}
.information-main-fr .hd ul .on .pro .pro-list .pro-right{
	float: left;
	width: 210px;
}
.information-main-fr .hd ul .on .pro .pro-list .pro-right p{
	font-size: 16px;
}
.information-main-fr .bd ul {
}
.bd-art{
	height: 100px;
	overflow: auto;
}
.bd-art p{
	font-size: 14px;
	color: #222;
	line-height: 1.8;
}
.bd-img{
	
}
.bd-img li img{
	width: 725px;
	height: 420px;
}
.address{
	background: url(../images/adrees_bg.jpg) no-repeat center;	
	padding: 95px 0;
}
.address-cont{
	text-align: center;
}
.address-p{
	font-size: 16px;
	line-height: 2;
}
.address-ul{
	margin-top: 70px;
}
.address-li{
	float: left;
	width: 33.33%;
}
.address-li p{
	font-size: 16px;
	color: #666;
}
.foot{
	background-color: #333;
}
.foot-top{
	padding: 72px 0 54px;
	overflow: hidden;
	border-bottom: 1px solid #3f3f3f;
}
.foot-left{
	width: 246px;
	float: left;
}
.foot-logo{
	width: 246px;
}
.foot-rem{
	text-align: center;
	margin-top: 42px;
}
.foot-rem p{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.foot-right{
	float: right;
	width: 850px;
}
.foot-zb{
}
.foot-zb p{
	color: #3685d7;
	font-size: 18px;
}
.foot-fb{
	
}
.foot-fb li{
	float: left;
	width: 50%;
	margin-top: 30px;
}
.foot-fb li h3{
	font-size: 14px;
	color: #3685d7;
}
.foot-address p,.foot-phone span{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.foot-phone span{
	padding-right: 10px;
}
.foot-phone span:last-child{
	padding-right: 0;
}
.foot-line{
	border-bottom: 2px solid #999;
	width: 30px;
	margin-top: 10px;
}
.foot-bot{
	padding: 30px 0;
	text-align: center;
}
.foot-bot p{
	font-size: 14px;
	color: #999999;
}
.foot-bot p span{
	padding: 0 5px;
}
.foot-bot a{
	color: #999999;
}
.foot-bot a:hover{
	color: #3685d7;
}